home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-19 | 50.4 KB | 1,579 lines |
-
-
-
-
-
-
- ’ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ∏
- ≥ ≥
- ≥ The Ultimate ToolBox 3.0 ≥
- ≥ ≥
- ≥ David Smith 1993 ≥
- ≥ ≥
- ‘ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕæ
-
-
- Over 100 Functions to assist you in
- batch files, or just everyday use
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ÕÕÕÕÕ ULT or ULT /? FOR HELP SCREEN ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- If you need a help screen, type ULT or ULT /? and the following
- help screen appears:
-
-
-
-
- ±€€ ±€€ ±€€ ±€€€€€€€€ ±€€€€€€€ ±€€€€€€€
- ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ ±€∫
- ±€€ ±€€ ±€€ ±€€ ±€€€€€€€ ±€€€€€€€ TOOLBOX 3.0
- ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ ±€∫ (c) 1993
- ±€€€€€€€ ±€€€€€€€ ±€€ ±€€ ±€€€ ±€€ ±€€
-
-
- /25 Set 25 Line EGA /CURS- Turn cursor off
- /43 Set 43 Line EGA /DAYSTAT Stats on a day
- /AMPM Is it AM or PM? /DESQ Is Desqview installed?
- /ANS Is Ansi loaded ? /DIAL Autodialer
- /ARCH Change attr Archive /DOSVER Major DOS version
- /BIOS Bios version /DRIVE Get current drive
- /BLOCK Block cursor /EMS Ems driver exist?
- /BORDER Change brdr clr /ENVF Free environment
- /BOX Write box /ENVG Environment graph
- /C+ Capslock on /ENVT Total env. space
- /C- Capslock off /ENVU Used environment
- /CHKSUM Checksum of file /ERRLOCK Simulate disk error
- /CODE Show scan code /EXISTD Dir exist?
- /COLD Cold Boot System /EXISTF File exist?
- /COMP Compress File /FILDAY File's day
- /CURS+ Turn cursor on /FILL Fill screen with char/color
-
- /FILMON File's month /MAX Max keyboard rate
- /FILYER File's year /MONTH Show calendar
- /FKEY Funct key assign /MOUSE Is Mouse driver installed?
- /FLOP Number floppies /MULT Run many commands
- /FREE Space on drive /N+ Numlock on
- /GAME Port available? /N- Numlock off
- /GRAPHIC Graphic device /NOBUF Clear key buffer
- /HEX Convert to binary /NOWDAY Current day
- /HIDDEN Change attr Hidden /NOWHOUR Current hour (military)
- /KB Keyboard data /NOWMON Current month
- /KFF Kill form feeds /NOWYER Current year
- /KIL Totally Del File /NUMBAS Convert #s
- /LEVEL Set errorlevel /PAGE Set video page
- /LOCK Lock up computer /PATH Locate file on path
- /MAP Map disk /PRINT Is PRINT.COM installed?
- /MATH Coprocessor installed? /PRNF Form feed to PRN
-
- /PRNL Line feed to PRN /SAVE Save text screen
- /PRSCR Print screen /SCRD Scroll screen down
- /PUTS Write to screen /SCRU Scroll screen up
- /RDONLY Change attr Read Only /SEARCH Srch for text
- /REN Rename dir /SETD Set file date
- /REST Restore screen /SHAKE Shake screen
- /S0 Star Wars sound /SOUND Make noise with delay and tones
- /S1 Arcade sound /SSCUR Cur scan lines
- /S2 DeadBird sound /STOP Delay
- /S3 Echo sound /SYS Change atr System
- /S4 Fire sound /TD Show date/time
- /S5 High pitch sound /TIME Interval timer
- /S6 Siren effect /TODAY Show today's files
- /S7 Bomb sound /UNCOMP Uncompress File
- /S8 Phone ring /VIEW Read text file
- /S9 Pulse sound /VOL Create volume name
-
- /WAIT Pause for seconds /WARM Warm Boot System
- /WND Wind Chill
-
- The ULTRA ToolBox is Copyright, 1993 by David Smith
- Registration for ULTRA ToolBox is $10.00, or get
- the entire set of Dave Utils for only twenty dollars.
- That's over 3 megabytes of VGA graphic effects,
- file finding, PATH control, sound fx, martial arts,
- batch file enhancements, plus dozens more!
- To order, send $20.00 to:
- David Smith
- 1104 Mason Dr
- Hurst TX 76053
-
-
-
-
-
-
-
-
-
- The ULTRA ToolBox has an easy command line usage. The initial
- option is one of the many contained below.
- For example, ULT /TD
-
- The remainder of the options depend on the initial one. The
- option /TD needs no other information, however, the option
- /COMPRESS requires a filename after it. See the option
- information below for individual details.
-
-
- Usage:
-
- ULT [option] [option] [option] ...
-
-
-
-
-
-
-
-
- Options:
-
-
-
- ÕÕÕÕÕ /COMP COMPRESS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Compress a file using LZW method. This replaces the file
- with the newly compressed file, without renaming it.
- This is useful for modem communications where you want to
- transmit a secret file, or you want to compress a file
- and NOT use the popular compression programs. It will
- be impossible to read a text file that has been compressed
- using this, or uncompress it unless you have this util.
-
- EX: ULT /COMP myfile
- ULT /COMP secret.txt
-
-
-
-
-
- ÕÕÕÕÕ /UNCOMP UNCOMPRESS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Uncompress a file using LZW that has been compressed using
- the /COMP switch.
-
- EX: ULT /UNCOMP myfile
- ULT /UNCOMP secret.txt
-
-
-
-
- ÕÕÕÕÕ /KIL TOTALLY ERASE A FILE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This totally erases a file, making it unable to be recovered.
- Even the popular recovery programs (Norton, PCTools, etc)
- cannot recover it.
-
- ** PLEASE BE CAREFUL **
-
- It erases a file by doing the following:
- 1. Setting the time, date, year to 0
- 2. Change it to hidden/system
- 3. Deleting it
-
- EX: ULT /KIL myfile
- ULT /KIL list.com
-
-
-
-
-
- ÕÕÕÕÕ /HEX BINARY CONVERSION ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows the binary equivalent to any number entered.
- You are prompted to enter a decimal number, which
- is then converted and displayed.
- To stop this sequence, press CTRL-BREAK.
-
- EX: ULT /HEX
-
-
-
-
- ÕÕÕÕÕ /KFF FORM FEED REMOVER ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Do you have any files you want printed, but want all those
- pesky form feeds removed? This does the job perfectly, without
- actually altering the original file.
- Just type: ULT /KFF infile outfile
-
- The outfile will contain no form feeds.
-
- EX: ULT /KFF forms.doc forms2.doc
- ULT /KFF wp.doc wp2.doc
-
-
-
-
- ÕÕÕÕÕ /KB KEYBOARD STATUS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This shows the status of the keyboard by displaying either
- 1 or 0, depending on if the keys are currently in use.
-
- The keys are:
-
- RIGHT SHIFT DOWN
- LEFT SHIFT DOWN
- CONTROL KEY DOWN
- ALT KEY DOWN
- SCROLL LOCK ON
- NUM LOCK ON
- CAPS LOCK ON
- INSERT ON
- FILLER
- CONTROL NUMLOCK
- SCROLL LOCK DOWN
- NUM LOCK DOWN
- CAPS LOCK DOWN
- INSERT DOWN
-
- EX: ULT /KB
-
-
-
-
-
-
- ÕÕÕÕÕ /ARCH TURN ON ARCHIVE ATTRIBUTE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns on the archive attribute of a file. If you are unsure of
- attribute meanings, consult your DOS manual.
-
- EX: ULT /ARCH file
- ULT /ARCH list.com
-
-
-
-
- ÕÕÕÕÕ /SYS TURN ON SYSTEM ATTRIBUTE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns on system attribute of a file. If you are unsure of
- attribute meanings, consult your DOS manual.
-
- EX: ULT /SYS file
- ULT /SYS list.com
-
-
-
-
- ÕÕÕÕÕ /WND CALCULATE WIND CHILL ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Calculates wind chill from the temperature and wind speed. The
- actual formula is:
-
- (((10.45 + (6.686112 * sqrt((double) wind speed))
- - (.447041 * wind_speed)) / 22.034 * (temperature - 91.4)) + 91.4)
-
- but since it is so complex, I made it as easy as:
-
- ULT /WND wind-speed temperature
-
- EX:
-
- ULT /WND 20 31 (The wind is blowing at 20 mph and the temp is 31 degrees)
-
-
-
-
- ÕÕÕÕÕ /PUTS PUT A STRING ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Places a string on the screen using the following format:
-
- ULT /PUTS X Y color "STRING"
-
- This puts the word string at an X and Y coordinate, using
- a specific color.
-
- EX: ULT /PUTS 10 10 10 "This is a test string, dude!"
-
- places the string "This is a test string, dude!" at 10,10 and uses
- bright green on black.
- Experiment with different colors, and add 128 to any number to
- obtain a blinking effect.
-
-
-
-
- ÕÕÕÕÕ /BOX PUT A BOX ON THE SCREEN ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Places a box on screen using the following arguments:
-
- 1) starting column
- 2) starting row
- 3) ending column
- 4) ending row
- 5) border attribute
- 6) box attribute
-
- ULT /BOX 10 10 20 20 15 05
-
- Places a small, black box with shading and a white border
- on the screen. This combined with /PUTS can create boxed
- and bordered text in batch files.
-
-
-
-
- ÕÕÕÕÕ /SCRU SCROLL SCREEN UP ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This scrolls the screen up. It can scroll up one to 30
- spaces, and can be used to quickly clear the screen, or
- clear only the bottom portion.
-
- EX: ULT /SCRU 4 (scrolls the screen up four spaces)
- ULT /SCRU 25 (clears the screen very quickly)
-
-
-
-
- ÕÕÕÕÕ /SCRD SCROLL SCREEN DOWN ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This is exactly the same as /SCRU, except it scrolls the screen
- down.
-
- EX: ULT /SCRD 4 (scrolls the screen down four spaces)
- ULT /SCRD 25 (clears the screen very quickly)
-
-
-
-
- ÕÕÕÕÕ /CODE SHOW KEYBOARD CODES ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This displays the keycode, scancode, and ASCII codes for
- any key pressed. The prompt: 'PRESS ANY KEY:' is shown,
- then once one is pressed, the information is given.
-
- ULT /CODE presents: "Press Any Key:"
- and pressing "g" gives:
-
- keycode=0x2267 scancode=34 ASCII code=103
-
-
-
-
- ÕÕÕÕÕ /SOUND MAKE A SOUND ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Makes a sound using different tone frequencies specified on
- the command line.
-
- You specify the delay in milliseconds between sounds, then
- the frequencies you want played.
-
- EX: ULT /SOUND 100 20 30 40 50 60 100 400 500
- ^ ^ƒ ^ ƒ^ ƒ^ ƒ^ ƒ^ ƒƒ^ ƒƒ^
- ≥ different tones played
- ≥
- ≥
- ≥
- delay between tones
-
- plays 20,30,40, etc frequency tones, and pauses 100 milliseconds
- between each note.
-
-
-
-
- ÕÕÕÕÕ /TD TIME AND DATE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows time and date information, without prompting you
- for a new one. Whenever you type: TIME on the command line,
- it prompts you for a new time. This is annoying when you
- just want to check what time it is.
- This util solves this by simply providing you with
- the information.
-
- EX: ULT /TD
-
-
-
-
- ÕÕÕÕÕ /N+ TURN ON NUMLOCK ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns on Numlock. This is equivalent to pressing the NUMLOCK
- key on the keyboard.
-
- EX: ULT /N+
-
-
-
-
- ÕÕÕÕÕ /N- TURN OFF NUMLOCK ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns off Numlock. This is equivalent to pressing the
- NUMLOCK key on the keyboard.
-
- EX: ULT /N-
-
-
-
-
- ÕÕÕÕÕ /C+ TURN ON CAPSLOCK ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns on Capslock. This is equivalent to pressing the CAPSLOCK
- key on the keyboard.
-
- EX: ULT /C+
-
-
-
-
- ÕÕÕÕÕ /C- TURN OFF CAPSLOCK ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns off Capslock. This is equivalent to pressing the CAPSLOCK
- key on the keyboard.
-
- EX: ULT /C-
-
-
-
-
- ÕÕÕÕÕ /REN RENAME A DIRECTORY ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Renames a directory using a simple "RENAME" call in Turbo C++.
- Since DOS will not allow you to rename a directory, and you
- must have a full fledged shell to do it, this solves the
- problem. You do not need to load a major shell just to rename
- a directory.
-
- EX: ULT /REN oldir newdir (renames oldir to newdir)
-
-
-
-
- ÕÕÕÕÕ /MULT MULTIPLE DOS COMMANDS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This allows multiple commands on the command line. It is very
- similar to a batch file, only it allows it all on one line.
- If your command has any spaces in it, ie: DIR /W, then please
- surround it with quotes.
- IE: DIR /W would become "DIR /W"
-
- EX: ULT /MULT CLS "DIR /W" "DIR /P" PAUSE LIST.COM
-
- would clear the screen, show a wide directory, show a directory
- with page breaks, pause, then activate LIST.COM.
-
-
-
-
- ÕÕÕÕÕ /WBOOT WARM BOOT ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Perform a warm boot on your computer.
-
- EX: ULT /WBOOT
-
-
-
-
- ÕÕÕÕÕ /MAX SET KEYBOARD REPEAT RATE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Sets your keyboard repeat rate to the maximum allowable. It will
- GREATLY increase the speed of your keyboard when scrolling through
- a menu or typing.
-
- EX: ULT /MAX
-
-
-
-
- ÕÕÕÕÕ /SAVE SAVE THE SCREEN ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Save a text mode screen in a file, which can be restored to the
- screen using ULT /REST option.
-
- EX: ULT /SAVE filename (saves the current text mode screen in filename)
-
-
-
-
- ÕÕÕÕÕ /REST RESTORE THE SCREEN ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This restores the screen from a file. To save a text mode screen,
- use ULT /SAVE option.
-
- EX: ULT /REST filename
-
-
-
-
- ÕÕÕÕÕ /SETD SET DATE IN A FILE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Set the date in a file. It accepts the arguments: MONTH DAY YEAR,
- and makes those changes in the file.
-
- EX: ULT /SETD filename 12 21 92 (sets filename's date to December 21, 1992)
-
-
-
-
- ÕÕÕÕÕ /NOBUF CLEAR KEYBOARD BUFFER ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Clear the keyboard buffer.
-
- EX: ULT /NOBUF
-
-
-
-
- ÕÕÕÕÕ /BLOCK MAKE A BLOCK CURSOR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Makes the cursor a block cursor. This is great for laptop users
- who cannot see their cursor, or anyone else who wants a block
- cursor instead of the normal one. You can set the cursor back
- to normal using the /SSCUR, or /CURS+ options.
-
- EX: ULT /BLOCK
-
-
-
-
- ÕÕÕÕÕ /SSCUR SET CURSOR START/STOP LINES ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- The cursor is composed of start and stop lines, and can be made into
- several different shapes, depending on which figures you specify
- as the start/stop lines.
- Play with the numbers and create many different looking cursors!
-
- EX: ULT /SSCUR 1 1 (creates an upside down, thin cursor)
- ULT /SSCUR 12 12 (creates a thin, normal cursor)
- ULT /SSCUR 10 1 (creates a block cursor)
- ULT /SSCUR 3 9 (creates a 1/2 blinking, block cursor)
-
-
-
-
- ÕÕÕÕÕ /MAP MAKE A MAP OF DRIVE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This maps out the current drive, showing a variety of file and
- directory information. This would be useful to quickly find a
- file using a text editor, or making a quicky-backup of filenames
- for a particular directory.
- You can also quickly find duplicate files by loading
- the MAPPED file into a text editor, and searching for particular
- names. It is best to use the piping symbol ">" to store the
- information in a file, rather than watching it scroll across
- the screen.
-
- EX: ULT /MAP > mapfile (maps out the current drive, and stores
- it in mapfile)
-
-
-
-
- ÕÕÕÕÕ /CURS+ TURN ON CURSOR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Restores cursor to its original state. This is useful if a program
- has turned off your cursor, or you have temporarily used
- ULT /CURS- to manually turn off the cursor.
-
- EX: ULT /CURS+
-
-
-
-
- ÕÕÕÕÕ /CURS- TURN OFF CURSOR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns off the cursor. It can be easily restored using the
- ULT /CURS+ option.
-
- EX: ULT /CURS-
-
-
-
-
- ÕÕÕÕÕ /STOP PAUSE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This pauses operation of the computer for a specified time in
- milliseconds. Instead of using DOS' PAUSE command, which requires
- you to press a key, this simply pauses everything for a specified
- time, without requiring the user to press a key.
- This is great for batch files, in case you want to display
- a box or menu of some kind, and pause a few seconds.
-
- EX: ULT /STOP 112 (pauses 112 milliseconds)
- ULT /STOP 10 (pauses 10 milliseconds)
-
-
-
-
- ÕÕÕÕÕ /TIME ACCURATE INTERVAL TIMER ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This program shows time elapsed from one period to another.
- Time is computed accurately, even if the computer is turned off.
-
-
- ULT /TIME /S TIME.DAT saves current time in a file named TIME.DAT,
- then exits. You are shown the starting time/date.
-
- ULT /TIME /R TIME.DAT retrieves information in file TIME.DAT, and
- calculates elapsed time.
-
- To remember options-->
-
- /S stands for "START"
- /R stands for "RESTORE"
-
-
- To time how long it takes your wife to quit complaining:
-
- ULT /TIME /S WIFE.DAT when she opens his mouth and begins
- ULT /TIME /R WIFE.DAT after she says no more
-
-
- To see how long you are logged onto Compuserve:
-
- ULT /TIME /S CIS.DAT before logging on.
- ULT /TIME /R CIS.DAT after you log off and return to DOS.
-
- NOTE: You can time unlimited intervals, and keep them all in separate
- files. The only limit to your timings is how many files your
- disk can handle. The files created by this program are VERY SMALL
- (around 24 bytes).
-
- There is a limit of 9,999 years of timing. Not that it really matters,
- but if you live forever or something like that, you must re-run the program
- after 9,999 years.
-
- If you do live that long, please write me a letter, and if I'm alive,
- I'll be glad to make a new program that supports Centuries...
-
-
- SAMPLE USAGES:
- -------------------------------------------
- 1) Place a "timer" file onto each backup diskette you own. That way, you can
- run the program, and find out how old your diskette is.
- Possibly, a REALLY old diskette would be a good object to replace with
- a newer one !!
-
- 2) Time your log-ons to BBS'.
-
- 3) For people who run BBS' themselves, you may use this to time how
- long your computer has been on.
-
- 4) For burning in a new computer, use this instead of watching the
- clock, checking ocassionally for that 48 hour mark.
-
- 5) Put it in your autoexec.bat file, and determine how long your
- computer has been turned off. (for you SERIOUS compu-maniacs)
-
- 6) Time how long it takes for more bills to roll in. (because it seems
- like I get another bill every day !)
-
-
-
-
- ÕÕÕÕÕ /DIAL DIAL THE PHONE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This is absolutely the greatest thing you will ever see!
-
- I use this constantly, everyday to dial friends up. My modem
- is hooked into the phone line, and I must manually reach for
- the phone everytime I want to talk with someone.
-
- This solves this by dialing a phone number, then prompting you
- to press a key to release the computer from the phone. That way,
- you can just press the space bar when someone answers.
-
- It is best to create a batch file with different people's phone
- numbers in it. IE: FRED.BAT would include the following command:
-
- ULT /DIAL 1 555-4353 (this dials the number 555-4353 on COM 1)
-
- From any place on my computer, I can just type: FRED to dial up
- my friend Fred, then press a key when he answers, and pick up the
- phone to talk with him.
-
- As a default, /DIAL uses tone dialing, however, if you have a pulse
- phone, include /P after the phone number.
-
- EX: ULT /DIAL 1 555-1836 /P (dials 555-1836 on COM 1, using pulse)
- ULT /DIAL 3 555-9023 (dials 555-9023 on COM 3, using tone)
-
-
-
-
- ÕÕÕÕÕ /FKEY ASSIGN COMMANDS TO FUNCTION KEYS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- On the command line, you usually have no use of your function keys.
- This is a shame, considering pressing F5 could give me a DIR /W,
- or pressing F8 could activate LIST.COM.
- This would greatly save typing!
-
- To assign a function key, use the following format:
-
- ULT /FKEY keynumber command
-
- Again, please remember if your command includes spaces, enclose
- the command in quotes.
-
- EX: ULT /FKEY 3 "DIR /W" (makes a dir /w when the F3 key is pressed)
- ULT /FKEY 8 LIST.COM (activates LIST.COM when the F8 key is pressed)
-
-
-
-
- ÕÕÕÕÕ /SHAKE SHAKE THE SCREEN ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shake the screen. This is fun.
-
-
-
-
- ÕÕÕÕÕ /RDONLY CHANGE FILE TO READ ONLY ATTRIBUTE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns on the read only attribute of a file. If you are unsure of
- attribute meanings, consult your DOS manual.
-
- EX: ULT /RDONLY file
- ULT /RDONLY list.com
-
-
-
-
- ÕÕÕÕÕ /HIDDEN CHANGE THE HIDDEN ATTRIBUTE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Turns on the hidden attribute of a file. If you are unsure of
- attribute meanings, consult your DOS manual.
-
- EX: ULT /HIDDEN file
- ULT /HIDDEN list.com
-
-
-
-
- ÕÕÕÕÕ /S# MAKE A PARTICULAR SOUND ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This makes a particular sound, from 0 to 9.
- Experiment with the different pre-set sounds and find
- which ones you like the best.
-
- 1 arcade2
- 2 deadbird
- 3 echos
- 4 fire
- 5 high
- 6 siren
- 7 bomb
- 8 ringing
- 9 pulse
- 0 wars
-
- EX: ULT /S1 (plays arcade2 sound)
- ULT /S5 (plays high sound)
-
-
-
-
- ÕÕÕÕÕ /PAGE CHANGE VIDEO PAGE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This changes the video page of the screen. DOS normally operates
- on video page 0.
- NOTE: This effectively clears the screen, and saves the original
- one. Changing to PAGE 1 will bring a blank screen to view,
- then changing back to PAGE 0 restores the original screen.
-
- EX: ULT /PAGE 0
- ULT /PAGE 3
-
-
-
-
- ÕÕÕÕÕ /VOL CHANGE VOLUME LABEL ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This changes the volume label of a floppy disk.
- NOTE: Does not work on a hard disk, only a FLOPPY.
-
- EX: ULT /VOL Momma (changes label to "Momma")
- ULT /VOL My_Disk (changes label to "My_Disk")
-
-
-
-
-
-
- ÕÕÕÕÕ /CHKSUM SHOW CHECKSUM OF A FILE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- A CheckSum is merely all of the bytes in a file added together.
- It is useful to determine if a file is an EXACT REPLICA of another
- file, or to virus check a program.
- If a file has been altered in ANY WAY, the checksum will be
- different.
-
-
-
- EX: ULT /CHKSUM list.com
- ULT /CHKSUM q.exe
-
-
-
-
- ÕÕÕÕÕ /SEARCH SEARCH FOR TEXT IN A FILE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This searches for particular text in a file. It can be used for
- text or binary files, and uses the BRUTE ALGORITHM to find your
- text.
-
- NOTE: Text search is case sensitive.
-
- So to find the word "Yesterday" in a file called NEW.DAT, you
- would use:
-
- ULT /SEARCH new.dat Yesterday
-
-
- EX: ULT /SEARCH new.dat February
- ULT /SEARCH docs.001 PrintScreen
-
-
-
-
- ÕÕÕÕÕ /PRSCR PRINT SCREEN CONTENTS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This prints the current screen contents to your printer.
-
-
- EX: ULT /PRSCR
-
-
-
-
-
- ÕÕÕÕÕ /VIEW VIEW A TEXT FILE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Did you ever want a text-file reader for your batch files?
- Here it is. Simply type: ULT /VIEW file
-
- The usual keys are in effect: PgUp PgDn Arrows Esc-exits
-
- EX: ULT /VIEW file
- ULT /VIEW ult.doc
-
-
-
-
-
- ÕÕÕÕÕ /BORDER CHANGE THE BORDER COLOR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This changes the color of your screen's border.
-
- USAGE: ULT /BORDER color
-
- whereas color = 0 BLACK
- 1 BLUE
- 2 GREEN
- 3 CYAN
- 4 RED
- 5 MAGENTA
- 6 BROWN
- 7 LTGRAY
- 8 DKGRAY
- 9 LTBLUE
- 10 LTGREEN
- 11 LTCYAN
- 12 LTRED
- 13 LTMAGENTA
- 14 YELLOW
- 15 WHITE
-
- EX: ULT /BORDER 5
- ULT /BORDER 12
-
-
-
-
-
- ÕÕÕÕÕ /NUMBAS CONVERT DECIMAL TO BASE 2 - 16 ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This converts a decimal number to any number based 2 - 16.
-
- To convert the number 43 to binary, just use: ULT /NUMBAS
- Then when prompted for number and base, type: 43 2
-
-
-
-
- EX: ULT /NUMBAS
-
- You are then prompted for a number, and the base you
- want it converted to.
- IE: 15 2 would convert the number 15 to binary (base of 2)
- 321 8 would convert the number 321 to a base of 8)
- 725 10 would convert the number 725 to a base of 10
- (which would not change it, since the numbers
- we use are already based at 10)
-
-
-
-
-
-
-
-
- ÕÕÕÕÕ /DAYSTAT STATISTICS ON ANY GIVEN DAY ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This tells what day a given date falls on and which week in the
- year it is.
-
- EX: ULT /DAYSTAT 4 18 1993 (tells stats on April 18, 1993)
- ULT /DATSTAT 9 14 1922 (tells stats on September 14, 1922)
-
-
-
-
-
-
- ÕÕÕÕÕ /MONTH SHOW A CALENDAR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This shows a quick calendar of any given month and year.
-
- EX: ULT /MONTH 4 1993 (shows calendar of April, 1993)
- ULT /MONTH 9 1973 (shows calendar of September, 1973)
-
-
-
-
-
-
-
-
- ÕÕÕÕÕ /ENVG ENVIRONMENT GRAPH ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Show a graph of current environment. This shows active environment
- beginnings, and used/total/free bytes.
-
- EX: ULT /ENG
-
-
-
-
-
-
- ÕÕÕÕÕ /ENVF SHOW FREE ENVIRONMENT ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows free environment space.
-
- EX: ULT /ENVF
-
-
-
-
-
-
-
- ÕÕÕÕÕ /ENVU SHOW USED ENVIRONMENT ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows used environment space.
-
- EX: ULT /ENVU
-
-
-
-
-
-
- ÕÕÕÕÕ /ENVT SHOW TOTAL ENVIRONMENT ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows total environment space.
-
- EX: ULT /ENVT
-
-
-
-
-
-
- ÕÕÕÕÕ /LEVEL SET ERRORLEVEL ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This sets the DOS errorlevel. Many times in batch files, it
- is necessary to change the errorlevel. This allows you to do
- it effortlessly.
-
- EX: ULT /LEVEL 4 (sets errorlevel to 4)
- ULT /LEVEL 0 (sets errorlevel to 0)
-
-
-
-
-
-
- ÕÕÕÕÕ /FREE SHOW FREE SPACE ON CURRENT DRIVE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows free space on current drive, as well as bytes per cluster
- and sectors per cluster.
-
- EX: ULT /FREE
-
-
-
-
-
-
-
- ÕÕÕÕÕ /BIOS SHOWS VERSION OF ROM BIOS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Displays version of ROM BIOS.
-
- EX: ULT /BIOS
-
-
-
-
-
-
-
-
-
-
- ÕÕÕÕÕ /PRNL SEND A LINE FEED TO PRINTER ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Sends a line feed and carriage return to printer (PORT 1)
-
- EX: ULT /PRNL
-
-
-
-
-
-
-
- ÕÕÕÕÕ /PRNF SEND A FORM FEED TO PRINTER ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Sends a form feed to printer (PORT 1). This is GREAT if you
- have a laser printer. I have a HP LaserJet II, and everytime
- I hit the [PrintScreen] key, nothing happens because the printer
- does not receive a FORM FEED. So then I must start up Word Perfect,
- and print a blank page just to get my [Printed screen]!
-
- EX: ULT /PRNF
-
-
-
-
-
-
-
- ÕÕÕÕÕ /FILL FILL THE SCREEN WITH CHAR/COLOR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This fills the screen with any character you choose, and any
- color.
-
- USAGE: ULT /FILL character color
-
- Character can be any of the 255 ASCII chars, and color can be
- any valid color.
-
- EX: ULT /FILL 49 80 (fills screen with colored ones)
- ULT /FILL 30 44 (fills screen with green/red triangles)
-
-
-
-
-
-
-
- ÕÕÕÕÕ /43 SET LINES TO 43 EGA MODE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Sets the current screen to 43 line EGA mode.
- NOTE: You must have EGA or above to enable this.
- To return the screen to normal, use /25
-
- EX: ULT /43
-
-
-
-
-
- ÕÕÕÕÕ /25 SET LINES TO 25 TEXT MODE ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Sets the current screen to 25 line EGA mode.
- NOTE: You must have EGA or above to enable this.
- To return the screen to high intensity, use /43
-
- EX: ULT /25
-
-
-
-
-
-
- ÕÕÕÕÕ /TODAY SHOW FILES DATED TODAY ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows files in current directory that have been changed today.
- This is useful for backup purposes, or to get a summary of what
- an "INSTALL" program has done. Output can be redirected to a file
-
- For redirection, use: ULT /TODAY > myfile
-
- EX: ULT /TODAY
-
-
-
-
-
-
-
-
-
-
- ÷ƒ∑
- ∫ “ ÷ƒ∑* ÷
- «ƒƒ∑ ÷ƒ∑ ƒ◊ƒ ÷ƒƒ «ƒ∑ ƒ◊ƒ “ ∫ ÷ƒ∑
- ”ƒƒΩ ”ƒ– – ”ƒƒ Ω Ω – Ω Ω ”ƒƒ
-
- ±€€€€€€€€ ±€€€€€€€ ±€€€€€€€ ±€€€€€€€€ ±€€€€€€€
- ±€€ ±€€ ±€€ ±€€ ±€€
- ±€€ ±€€€€€€ ±€€€€€€€ ±€€ ±€€€€€€€
- ±€€ ±€€ ±€€ ±€€ ±€€
- ±€€ ±€€€€€€€ ±€€€€€€€ ±€€ ±€€€€€€€
-
-
- The following options are specifically
- designed for batch files, and return
- an errorlevel upon exit.
-
-
-
-
-
-
-
-
- ÕÕÕÕÕ /ANS IS ANSI.SYS CURRENTLY LOADED? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Shows if ANSI.SYS is currently loaded in memory.
-
- RETURNS: 0 Ansi.sys loaded
- 1 no ansi driver found
-
- EX: ULT /ANS
-
-
-
- ÕÕÕÕÕ /PATH SEARCH THE PATH? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Determines if a program is on the Path. DOS normally searches
- the "PATH" for a file. This determines if a specified file is
- in one of the path directories.
- This can be used in batch files to determine if a program
- is available to be run. IE: If your batch file needs LIST.COM
- to view a file, you can run this to find out if LIST.COM
- exists on the user's path.
-
- RETURNS: 0 if file is on the path
- 1 no file found
-
- EX: ULT /PATH list.com
- ULT /PATH q.exe
-
-
-
-
- ÕÕÕÕÕ /MOUSE DETERMINES IF MOUSE IS PRESENT ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This does a quick check to see if a mouse driver is installed.
-
- RETURNS: 0 Mouse is present
- 1 NO mouse driver found
-
- EX: ULT /MOUSE
-
-
-
-
-
- ÕÕÕÕÕ /EXISTD DOES DIRECTORY EXIST? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This determines if a directory exists on the current or
- any other drive.
-
- RETURNS: 0 Directory exists
- 1 No such directory found
-
- EX: ULT /EXISTD \utils
- ULT /EXISTD c:\wp51\data
-
-
-
-
-
- ÕÕÕÕÕ /EXISTF DOES A FILE EXIST? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- This determines if a file exists. Wildcards are NOT accepted.
- NOTE: If you only want to know if a file can be started, use
- /PATH instead. This will tell you if a file is on the path,
- and can be started from the command line without changing
- directories.
-
- RETURNS: 0 File exists
- 1 No such file found
-
- EX: ULT /EXISTF list.com
- ULT /EXISTF \wp51\wp.exe
-
-
-
-
-
-
- ÕÕÕÕÕ /EMS IS EMS DRIVER PRESENT? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Determines if an EMS driver is present.
-
- RETURNS: 0 EMS driver exists
- 1 none found
-
- EX: ULT /EMS
-
-
-
-
-
-
-
- ÕÕÕÕÕ /GAME IS A GAME PORT INSTALLED? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Determines if a game port is installed. If you want to check
- for a joystick in a batch file, this is the way to go!
-
- RETURNS: 0 Game port installed
- 1 none found
-
- EX: ULT /GAME
-
-
-
-
-
-
- ÕÕÕÕÕ /MATH IS A MATH COPROCESSOR INSTALLED? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Determines if a math coprocessor is installed in the machine.
-
- RETURNS: 0 Math coprocessor found
- 1 none
-
- EX: ULT /MATH
-
-
-
-
-
- ÕÕÕÕÕ /FLOP NUMBER OF FLOPPY DRIVES? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the number of floppy drives installed.
-
- RETURNS: Number of floppy drives intalled
- 0 If no floppy drives are present
-
- EX: ULT /FLOP
-
-
-
-
- ÕÕÕÕÕ /DRIVE NUMBER OF CURRENT DRIVE? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the number of the current drive
- IE: A: is 1
- B: is 2
- C: is 3
- etc...
-
- RETURNS: Number of the current drive found
-
- EX: ULT /DRIVE
-
-
-
-
- ÕÕÕÕÕ /ERRLOCK SIMULATE A HARD DISK ERROR ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Prints "Hard disk error" on the screen, beeps, then locks
- the computer. Requires a warm or cold boot.
-
- RETURNS: nothing
-
-
- EX: ULT /ERRLOCK
-
-
-
-
- ÕÕÕÕÕ /LOCK LOCKS THE COMPUTER ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Locks up the computer. Requires a warm or cold boot.
-
- RETURNS: nothing
-
-
- EX: ULT /LOCK
-
-
-
-
- ÕÕÕÕÕ /FILMON MONTH OF A FILE? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the month of a file. Extracts the file's date, then
- sets the errorlevel to the file's month.
-
- RETURNS: Month of the file (1 - 12)
-
-
- EX: ULT /FILMON myfile.txt
- ULT /FILMON list.com
-
-
-
-
- ÕÕÕÕÕ /FILYER YEAR OF A FILE? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the year of a file. Extracts the file's date, then
- sets the errorlevel to the file's year.
-
- RETURNS: Year of the file (last two digits)
-
-
- EX: ULT /FILYER myfile.txt
- ULT /FILYER list.com
-
-
-
- ÕÕÕÕÕ /FILDAY DAY OF FILE? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the day of a file. Extracts the file's date, then
- sets the errorlevel to the file's day.
-
- RETURNS: Day of the file's month (1 - 31)
-
-
- EX: ULT /FILDAY myfile.txt
- ULT /FILDAY list.com
-
-
-
- ÕÕÕÕÕ /NOWMON CURRENT MONTH? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the current month. Gets the system date, and sets
- the errorlevel to the current month.
-
- RETURNS: Current month (1 - 12)
-
-
- EX: ULT /NOWMON
-
-
-
-
- ÕÕÕÕÕ /NOWYER CURRENT YEAR? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the current year. Gets the system date, and sets
- the errorlevel to the current year.
-
- RETURNS: Current year (last two digits)
-
-
- EX: ULT /NOWYER
-
-
-
- ÕÕÕÕÕ /NOWDAY CURRENT DAY? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the current day. Gets the system date, and sets
- the errorlevel to the current day.
-
- RETURNS: Current day of the month (1 - 31)
-
-
- EX: ULT /NOWDAY
-
-
-
- ÕÕÕÕÕ /WAIT PAUSE FOR # OF SECONDS ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Pauses the computer for a specified number of seconds.
-
- RETURNS: nothing
-
-
- EX: ULT /WAIT 4 (pauses for 4 seconds)
- ULT /WAIT 130 (pauses for 130 seconds)
-
-
-
-
- ÕÕÕÕÕ /AMPM IS IT BEFORE OR AFTER NOON? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns 1 or 2, dependent upon if the current time is before
- or after twelve noon.
-
- RETURNS: 1 Current time is before twelve noon
- 2 Current time is after twelve noon
-
- EX: ULT /AMPM
-
-
-
-
- ÕÕÕÕÕ /GRAPHIC TYPE OF GRAPHICS CARD? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the type of graphics card installed in the computer.
-
- RETURNS: 1 CGA
- 2 MCGA
- 3 EGA
- 4 EGA64
- 5 Monochrome EGA
- 6 IBM 8514
- 7 Hercules Monochrome
- 8 AT&T 6300 PC
- 9 VGA
- 10 IBM 3270 PC
-
-
- EX: ULT /GRAPHIC
-
-
-
-
- ÕÕÕÕÕ /DESQ IS DESQVIEW INSTALLED? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the results of a DESQVIEW test.
-
- RETURNS: 0 Desqview is NOT installed
- 1 Desqview is installed
-
- EX: ULT /
-
-
-
-
- ÕÕÕÕÕ /PRINT IS PRINT.COM INSTALLED? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the results of a PRINT.COM test. PRINT.COM comes with
- DOS versions. Please consult your DOS manual for a further
- explanation of PRINT.COM.
-
- RETURNS: 0 PRINT.COM was NOT found
- 1 PRINT.COM is currently in memory
-
- EX: ULT /PRINT
-
-
-
-
- ÕÕÕÕÕ /DOSVER WHICH DOS VERSION? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the major DOS version number.
-
- RETURNS: Major DOS version number (3, 4, 5, etc...)
-
-
- EX: ULT /DOSVER
-
-
-
-
- ÕÕÕÕÕ /NOWHOUR WHAT IS CURRENT HOUR? ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
- Returns the current hour in military time.
-
- RETURNS: Current hour (0 - 24)
-
-
- EX: ULT /NOWHOUR
-
-
-
-
-
-
-
-
-
-
- …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
- ∫ ∫
- ∫ The ULTRA ToolBox is ShareWare, and there is an annoying ∫
- ∫ screen + a pause at the beginning. ∫
- ∫ ∫
- ∫ REGISTER your copy for only $10.00 to remove the screen. ∫
- ∫ ∫
- ∫ The ToolBox is constantly changing and evolving, so keep ∫
- ∫ in touch for free upgrades and info on other utilities. ∫
- ∫ ∫
- ∫ REGISTER THE ENTIRE SET OF DAVE UTILITIES FOR ONLY $20.00 ∫
- ∫ (a much better deal... over 3 megabytes of cool stuff) ∫
- ∫ ∫
- »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- €€€€€€€ª €€ª €€ª €€€€€€ª €€€€€€ª €€€€€€ª €€€€€€ª €€€€€€€€ª €€€€€€ª
- €€…ÕÕÕÕº €€∫ €€∫ €€…ÕÕ€€ª €€…ÕÕ€€ª €€…ÕÕÕ€€ª €€…ÕÕ€€ª »ÕÕ€€…ÕÕº »ÕÕÕÕ€€ª
- ÷ƒƒ€€€€€€€ª €€∫ €€∫ €€€€€€…º €€€€€€…º €€∫ €€∫ €€€€€€…º €€∫ ‹€€€…–ƒ∑
- ∫ »ÕÕÕÕ€€∫ €€∫ €€∫ €€…ÕÕÕº €€…ÕÕÕº €€∫ €€∫ €€…ÕÕ€€ª €€∫ flflÕÕº ∫
- ∫ €€€€€€€∫ »€€€€€€…º €€∫ €€∫ »€€€€€€…º €€∫ €€∫ €€∫ €€ª ∫
- ∫ »ÕÕÕÕÕÕº »ÕÕÕÕÕº »Õº »Õº »ÕÕÕÕÕº »Õº »Õº »Õº »Õº ∫
- ∫ ∫
- ∫ ∫
- ∫ Support for this program is available in the following ways: ∫
- ∫ ∫
- ∫ ∫
- ∫ ÷ƒƒø ÷ƒƒø ÷ƒ“ƒø “ƒƒø “ ¬ ÷ƒø “ƒƒø “ƒƒø “ ¬ “ƒƒø ∫
- ∫ ∫ ∫ ≥ ∫ ∫ ≥ «ƒƒŸ ∫ ≥ ”ƒø «ƒ «ƒ¬Ÿ ”∑⁄Ÿ «ƒ ∫
- ∫ ”ƒƒŸ ”ƒƒŸ – – ¡ – ”ƒƒŸ ”ƒƒŸ –ƒƒŸ – ¡ ”Ÿ –ƒƒŸ ∫
- ∫ User ID: 71441,2723 ∫
- ∫ I usually log on every other day and check my mail. ∫
- ∫ ∫
- ∫ ∫
- ∫ ‹‹‹‹‹‹ ‹‹‹‹‹‹ ‹‹‹‹‹‹‹ ∫
- ∫ € ‹‹ €‹ € ‹‹ €‹ € ‹‹‹‹€ ∫
- ∫ € ‹‹‹ € € ‹‹‹ € €‹‹‹‹ € ∫
- ∫ €‹‹‹‹‹€ €‹‹‹‹‹€ €‹‹‹‹‹€ ∫
- ∫ Drop me a line on the MotherBoard II Bulletin Board ∫
- ∫ David Smith (214) 642-1287 ∫
- ∫ ∫
- ∫ ∫
- ∫ ‹€€‹ ‹€€‹ ‹€€€€€€€‹ ‹€‹ ‹€€‹ ∫
- ∫ €€€€€‹€€€€€ €€€€flflfl€€€€ €€€€€ €€€€ ∫
- ∫ €€€€€€€€€€€ €€€€‹‹‹€€€€ €€€€€ €€€€ ∫
- ∫ €€€€ €€€€ €€€€€€€€€€€ €€€€€ €€€€ ∫
- ∫ €€€€ €€€€ €€€€ €€€€ €€€€€ €€€€‹‹‹‹‹‹‹ ∫
- ∫ fl€€fl fl€€fl fl€€fl fl€€fl fl€fl fl€€€€€€€€fl ∫
- ∫ Write to: ∫
- ∫ ∫
- ∫ David Smith ∫
- ∫ 1104 Mason Dr. ∫
- ∫ Hurst TX 76053 ∫
- ∫ ∫
- ”ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒΩ
-